Opc.Ua.Core
Implicit Type Conversion(Variant,ExpandedNodeId[]) Operator



Opc.Ua Namespace > Variant Structure > Implicit Type Conversion Operator : Implicit Type Conversion(Variant,ExpandedNodeId[]) Operator
Converts a ExpandedNodeId[] value to an Variant object.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal value() As ExpandedNodeId _
) As Variant
'Usage
 
public Variant operator implicit( 
   ExpandedNodeId[] value
)
public:
operator Variant ( 
   array<ExpandedNodeId^>^ value
)

Parameters

value
Remarks
Converts a ExpandedNodeId[] value to an Variant object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Variant Structure
Variant Members
Overload List